#39 new
Todd Andrew

Updated event instances should replace original event in occurences list

Reported by Todd Andrew | July 28th, 2011 @ 04:02 PM

I was expecting an updated event instance to be replace the corresponding instance in the list of instances. Instead, the original event remains in the occurrences list and the updated event is broken out as a separate event with it's own occurrences. Lots of detail below:

The event:

BEGIN:VEVENT
SUMMARY:Recurring event - exceptions - change event title
LOCATION:FFX1
DESCRIPTION:Description
DTSTAMP:2011-07-28T151100Z
UID:BD10F281-A554-4C9F-A82E-2EFA680FA7F3
SEQUENCE:0
DTSTART;TZID=Eastern_Time(US_and_Canada):20120730T160000
DTEND;TZID=Eastern_Time
(US_and_Canada):20120730T170000
RRULE:FREQ=DAILY;INTERVAL=1;COUNT=5
END:VEVENT

The exception:
BEGIN:VEVENT
SUMMARY:Recurring event - exceptions - change event title - changed
LOCATION:FFX1
DESCRIPTION:Description
DTSTAMP:2011-07-28T151100Z
UID:BD10F281-A554-4C9F-A82E-2EFA680FA7F3
SEQUENCE:0
DTSTART;TZID=Eastern_Time(US_and_Canada):20120802T150000
DTEND;TZID=Eastern_Time
(US_and_Canada):20120802T160000
RECURRENCE-ID;TZID=Eastern_Time_(US_and_Canada):20120802T160000
END:VEVENT

EXPECTED OCCURRENCES:

<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-07-30T16:00:00-04:00</dtstart>
<dtend>2011-07-30T17:00:00-04:00</dtend>
<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-07-31T16:00:00-04:00</dtstart>
<dtend>2011-07-31T17:00:00-04:00</dtend>
<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-08-01T16:00:00-04:00</dtstart>
<dtend>2011-08-01T17:00:00-04:00</dtend>
<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title - changed</description>
<location>FFX1</location>
<dtstart>2011-08-02T15:00:00-04:00</dtstart>
<dtend>2011-08-02T16:00:00-04:00</dtend>
<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-08-03T16:00:00-04:00</dtstart>
<dtend>2011-08-03T17:00:00-04:00</dtend>


ACTUAL OCCURRENCES:

<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-07-30T16:00:00-04:00</dtstart>
<dtend>2011-07-30T17:00:00-04:00</dtend>
<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-07-31T16:00:00-04:00</dtstart>
<dtend>2011-07-31T17:00:00-04:00</dtend>
<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-08-01T16:00:00-04:00</dtstart>
<dtend>2011-08-01T17:00:00-04:00</dtend>
<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-08-02T16:00:00-04:00</dtstart>
<dtend>2011-08-02T17:00:00-04:00</dtend>
<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-08-03T16:00:00-04:00</dtstart>
<dtend>2011-08-03T17:00:00-04:00</dtend>
<summary>MOBWS-EVE-098: Recurring event - exceptions - change event title</summary>
<description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
<location>FFX1</location>
<dtstart>2011-08-04T16:00:00-04:00</dtstart>
<dtend>2011-08-04T17:00:00-04:00</dtend>



<occurrence>
  <summary>MOBWS-EVE-098: Recurring event - exceptions - change event title - changed</summary>
  <description>DESC:MOBWS-EVE-098: Recurring event - exceptions - change event title</description>
  <location>FFX1</location>
  <dtstart>2011-08-02T15:00:00-04:00</dtstart>
  <dtend>2011-08-02T16:00:00-04:00</dtend>
</occurrence>

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A new icalendar data (RFC 2445) gem for Ruby which supports time zones and enumeration of occurrences

Shared Ticket Bins

People watching this ticket

Pages